type github.com/gotd/td/telegram/downloader.master

12 uses

	github.com/gotd/td/telegram/downloader (current package)
		builder.go#L50: 	case master:
		builder.go#L79: func (b *Builder) prepareMaster(m master, allowCDN bool) *Builder {
		builder.go#L90: func (b *Builder) prepareCDNPath(m master, provider CDNProvider) *Builder {
		builder.go#L129: 	m, ok := b.schema.(master)
		cdn.go#L24: 	master master
		cdn.go#L79: 	masterSchema master,
		downloader.go#L61: 	return newBuilder(d, master{
		master.go#L25: type master struct {
		master.go#L35: var _ schema = master{}
		master.go#L37: func (c master) reportRetry(operation string, attempt int, err error) {
		master.go#L48: func (c master) Chunk(ctx context.Context, offset int64, limit int) (chunk, error) {
		master.go#L72: func (c master) Hashes(ctx context.Context, offset int64) ([]tg.FileHash, error) {